.slide{
    position: relative;
}
.slide img{
	width: 100%;
}
.slide .carouse{
    position:relative;
    width:100%;
overflow: hidden;
}
.slide .slideItem .banner-img{
    width:100%;
    min-height: 100px;
}
.slide .carouse .slideItem{
	width:100%;
	position:absolute;
}

.slide-imgbox{
    position: relative;
}
.img-title{
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 110px;
    color: #aaa;
    z-index: 9;
}




.slide .console{
	height: 57px;
    display: inline-block;
    width: 35px;
    position: absolute;
    top: 40%;
}
.slide .dotList{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center;
}
.slide .dotList ul{
    padding-left: 24px;
}
.slide .dotList ul li{
	display: inline-block;
    width: 12px;
    height: 12px;
    background-position:-12px 0px;
    margin-right: 10px;
    border-radius: 50%;
    cursor:pointer;
    border: 1px solid white;
}
.slide .dotList ul li.active{
	   background-color:white;
}
.slide .carousel-control{
	position: absolute;
    top: 45%;
    width: 30px;
    height: 30px;
    transform: scale(1.5);
    z-index:8;
    opacity: 1;
}
.slide .carousel-control.left{
	left:0;
	background-image:url("../image/slide.png");
	background-position:-38px 0px;
	cursor:pointer;
}
.slide .carousel-control.right{
	right:0;
	background-image:url("../image/slide.png");
	background-position:-85px 0px;
	cursor:pointer;
}
.slide .slidedetail{display:none;}


.imgtoVideo img{width:100%;}
.imgtoVideo>div{padding:1px;position:relative;cursor:pointer;width:49%;    display: inline-block;}
.imgtoVideo>div:hover .imgtoVideoDetail{display:block}
.imgtoVideo .imgtoVideoDetail{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding:1px;
    display:none
}
.imgtoVideo .imgtoVideoDetail >div{
	 background: rgba(0, 98, 197,0.8);
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
	 width: 100%;
     height: 100%;
     text-align:center;
}
.imgtoVideo .tovideo .imgtoVideoDetail{
	display:block;
}
.imgtoVideo .tovideo .imgtoVideoDetail >div{
	    background: #0C2D47;
    width: 60px;
    height: 60px;
    color: #fff;
    line-height: 60px;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 17%;
}
.imgtoVideo .imgtoVideoDetail .fa-search{
	color: #fff;
    font-size: 25px;
    margin-top: 21%;
}
.contentIV{
	position: fixed;
    top: 0;
    left: 0;
    right:0;
    width: 100%;
    height: 100%;
    display: table;
    background: rgba(20, 43, 73,0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8142B49,endColorstr=#C8142B49);
    margin:0 auto;
    z-index:-9;
    max-width:1024px;
    display:none;
}

#picturetoVideo .carouse .slideItem{display:table;height:100%}
#picturetoVideo .carouse .slideItem>div{display:table-cell;vertical-align: middle;text-align: center;}
#picturetoVideo .carouse .slideItem .banner-img{max-width:100%;width:auto}
.closeContentIV{
	    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    cursor:pointer;
    z-index: 9;
}


@media (max-height:468px) {
    .slide .slideItem .banner-img{
        width:auto;
        height: 150px;
    }
}